home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
MAKEDEMO.LZH
/
MDEM4B.EXE
/
HELP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-04
|
832b
|
26 lines
echo off
CLS
echo You are about to view the MakeDemo "Help" facility. It was created
echo with MDEMO, the presentation creation program of MakeDemo. This time
echo we will use MSHOW.EXE as the "engine" for presenting the file. We
echo will not be creating a single .EXE executible file as we did
echo previously with WATCH_ME.1ST.
echo
echo As a reminder, the first time you view MDEMO.HLP, MSHOW creates the
echo index MDEMO.INX and saves it to disk.
echo
echo C:\MDEMO MSHOW MDEMO.HLP
echo
PAUSE
MSHOW MDEMO.HLP
CLS
echo While you can access MDEMO.HLP from within MDEMO when you are working
echo on a presentation, there is much you can learn by "working" on it as
echo you would one of your own creations. Modify it if you wish; make it
echo your own.
echo
echo This completes HELP.BAT
echo
PAUSE